home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / misc / Bump.lha / Bump / Bump_rev.h next >
Encoding:
C/C++ Source or Header  |  1999-08-11  |  654 b   |  26 lines

  1. /****************************************************************
  2.    This file was created automatically by `Bump 3.5'.
  3.  
  4.    Do NOT edit by hand!
  5. ****************************************************************/
  6.  
  7. #define    VERSION        3
  8. #define    REVISION        5
  9. #define    DATE            "11.08.99"
  10. #define    NAME            "Bump"
  11.  
  12. #if    defined(__mc68060__)
  13. #define    VERS            "Bump 3.5[060]"
  14. #elif    defined(__mc68040__)
  15. #define    VERS            "Bump 3.5[040]"
  16. #elif    defined(__mc68030__)
  17. #define    VERS            "Bump 3.5[030]"
  18. #elif    defined(__mc68020__)
  19. #define    VERS            "Bump 3.5[020]"
  20. #else
  21. #define    VERS            "Bump 3.5"
  22. #endif
  23.  
  24. #define    VSTRING        VERS" (11.08.99)\r\n"
  25. #define    VERSTAG        "\0$VER: "VERS" (11.08.99)"
  26.